.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}
.custom-card {
    border: 1px solid #ced4da;
}
.customizer-action svg{
    width: 23px !important;
    color: #ffffff !important;
}
.active-mode{
    border: solid 2px #000000 !important;
}
.property-img{
    max-width: 507px;
    max-height: 286px;
}
.text-justify{
    text-align: justify;
}
.custom .media{
    padding: 10px !important;
}
.user-avatar{
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}
.blgcomment-list li .media img{
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}
.codex-sidebar .logo-gridwrap{
    padding: 0px 16px !important;
}

.setting-logo{
    width:300px !important;;
}

.landing-logo{
    max-width: 225px;
}
.auth-main .auth-wrapper.v2 .logo{
    max-width: 300px;

}
.b-brand .logo{
    max-width: 212px !important;
    max-height: 60px;
}
.lan-footer .codex-brand{
    margin-block-end: 0px !important;
}
.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}
.invoice-logo{
    width: 250px;
}

.codex-calendar .events-list li{
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}
.codex-calendar .events-list{
    overflow: auto;
    height: 863px;
}
.landing_logo{
    filter: drop-shadow(2px 3px 7px #011C4B);
}
.head-invoice img{
    width: 250px;
}
.cdx-invoice .body-invoice .table tr td{
    padding: 10px 10px !important;
}


.codex-brand img{
    width: 300px;
}
.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}


.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}
.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}
.select2-container {
    z-index: 1020;
}
.modal .select2-container, .modal-select2.select2-container {
    z-index: 1060;
}
.select2-container .select2-selection--single {
    height: 43px !important;
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}
.select2-container .select2-selection--multiple{
    min-height: 43px !important;
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}
.select2-container .select2-selection--single {
    height: 43px !important;
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple{
    box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), 0.2);
    border-color: var(--bs-primary);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da;
}
.select2-dropdown {
    border-radius: 0 0 8px 8px;
    border: 1px solid #ced4da;
    padding:5px 10px 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 4px;
    border: 1px solid #ced4da;
    padding: 8px 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #2689e2;
    box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), 0.2);
}
.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 2px;
}
.modal {
    z-index: 1030 !important; /* Bootstrap default modal z-index */
    position: fixed !important;
}
.modal-select .modal-header, .modal-select .modal-body {
    width: 100%;
}
.modal-select .modal-body {
    overflow-y: auto !important;
    max-height: 100vh;
    position: relative;
}
.modal-select .modal-content {
    background-color: #fff;
    border-radius: 15px;
}
.modal-backdrop {
    background-color: #ffffff22 !important;
    z-index:1025;
}
/* =========================================================================== */
.dt-length{
    padding-left: 7px !important;
}
.dt-search{
    padding-right: 7px !important;
}
.dt-info{
    padding-left: 7px !important;
}
.dt-paging{
    padding-right: 7px !important;
}
.dt-buttons{
    padding-left: 7px !important;
    float: left;
}
.dt-container{
    margin-top: 10px;
}
.dt-info{
    float: left;
}
.dt-paging{
    float: right;
    padding-top: .85em;
}
.form-group{
    margin-bottom: 15px;
}
div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 1.2em !important;
}
div:where(.swal2-container) .swal2-html-container{
    font-size: 0.9em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 0.8em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    font-size: 0.8em !important;
}
/*div:where(.swal2-icon){
    width: 4em !important;
    height: 4em !important;
}*/
.account-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.7rem 1rem;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    align-items: center;
}
.testaments-cards::after {
    background: transparent !important;
}
.pricingpricing .price-card .product-list li::before {
    content : '\eb55';
    color: red;
}
.pricingpricing .price-card .product-list li.enable::before {
    content: "\ea5e";
    color: #00c853;
}
.pricingpricing .price-card .product-list li {
    opacity: 1 !important;
}

.account-tabs .nav-item .nav-link.active
{
    color: var(--bs-secondary-rgb);
    background: rgba(var(--bs-secondary-rgb), 0.1);
}
form label{
    text-transform: capitalize;
}

/*--------------------------------------------------------------
  ##  Preloader
  --------------------------------------------------------------*/
@font-face {
    font-family: 'Tan Pearl';
    src: url('/public/frontend/assets/fonts/tan-pearl/tan-pearl-webfont.woff2') format('woff2'),
    url('/public/frontend/assets/fonts/tan-pearl/tan-pearl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: #fff;
    font-family: "Tan Pearl", Arial, serif;
}
.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.page-loading-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-loading-wrapper svg {
    width: 0;
    height: 0;
}

.goo1 {
    -webkit-filter: url(#goo);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading div {
    background: #1abf68;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.goo1 > div {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: -50% -50%;
    -ms-transform-origin: -50% -50%;
    transform-origin: -50% -50%;
    -webkit-animation: circle 2.5s infinite cubic-bezier(0.57, 0, 0.52, 1);
    animation: circle 2.5s infinite cubic-bezier(0.57, 0, 0.52, 1);
}

.goo1 > div:nth-child(1) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.goo1 > div:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.goo1 > div:nth-child(3) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.goo1 > div:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.goo1 > div:nth-child(5) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.goo2 > div {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: sideways 2.5s infinite ease;
    animation: sideways 2.5s infinite ease;
}

.goo2 > div:nth-child(1) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.goo2 > div:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.goo2 > div:nth-child(3) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.goo2 > div:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.goo2 > div:nth-child(5) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.goo2 {
    padding-left: 40px;
    width: 200px;
    height: 100px;
}

@keyframes circle {
    50% {
        width: 25px;
        height: 25px;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes sideways {
    33% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    66% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
@keyframes sideways {
    33% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    66% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
/* Page Loader */
.loading {
    font-size: 84px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    line-height: 1;
}
.loading span {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}
.loading span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #051441;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: loading 3s infinite;
    animation: loading 3s infinite;
}
.loading span:nth-child(2)::after {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loading span:nth-child(3)::after {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading span:nth-child(4)::after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loading span:nth-child(5)::after {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loading span:nth-child(6)::after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.loading span:nth-child(7)::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0%, 75%, 100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    25%, 50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes loading {
    0%, 75%, 100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    25%, 50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@media (max-width: 992px) {
    .loading {
        font-size: 40px;
    }
}

.company-card {
    cursor: pointer;
    border: 5px solid transparent;
}
.company-card.active {
    border: 5px solid var(--bs-success);
}
.company-card.active:hover, .company-card:hover {
    border: 5px solid var(--bs-warning);
}

.pc-head-link .badge {
    position: absolute;
    right:-5px;
    top:-5px;
    background-color: #000;
}

.chatify-message .badge {
    right: 0;
    bottom: 0;
    background-color: var(--bs-info);
}

.bell-icon {
    display: inline-block;
    animation: gentleRing 2s infinite;
    transform-origin: top center;
}

@keyframes gentleRing {
    0% { transform: rotate(0deg); }
    5% { transform: rotate(15deg); }
    10% { transform: rotate(-15deg); }
    15% { transform: rotate(10deg); }
    20% { transform: rotate(-10deg); }
    25% { transform: rotate(5deg); }
    30% { transform: rotate(-5deg); }
    35% { transform: rotate(2deg); }
    40% { transform: rotate(-2deg); }
    45%, 100% { transform: rotate(0deg); }
}

#custom-notification-prompt {
    position: fixed;
    right: 20px;
    bottom: -200px; /* Start off-screen */
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 9999;
    max-width: 320px;
    transform: translateY(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid rgba(0,0,0,0.05);
}

#custom-notification-prompt.show {
    bottom: 20px;
    opacity: 1;
    transform: translateY(0);
}

#custom-notification-prompt img {
    width: 72px;
    height: 72px;
}

.prompt-buttons {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

#enable-notifications-btn {
    background: #2563eb;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    flex: 1;
    transition: background 0.2s;
}

#enable-notifications-btn:hover {
    background: #1d4ed8;
}

#maybe-later-btn {
    background: #f3f4f6;
    color: #4b5563;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    flex: 1;
    transition: background 0.2s;
}

#maybe-later-btn:hover {
    background: #e5e7eb;
}
@media (max-width: 768px) {
    .dt-container {
        display: flex;
        flex-direction: column;
    }
    .dt-buttons {
        justify-content: center;
    }
    .mobile-grid-view .avtar50 {
        width: 200px;
        height: 200px;
    }
    .mobile-grid-view .avtar50 img {
        border: 5px solid #ccc;
        width: 200px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        line-height: .8;
    }
}

.countdown-container {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    background-color: #f8f9fa;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.countdown-display {
    font-size: 3rem;
    font-weight: bold;
    margin: 1rem 0;
    color: var(--bs-primary);
}

.progress {
    height: 10px;
    margin: 1rem 0;
}

#action-type:disabled {
    opacity: 1;
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.blinking {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.btn-rounded {
    border-radius: 50px;
    padding: 8px 20px;
}

.queue-item {
    transition: all 0.3s ease;
}

.queue-item:hover {
    background-color: #f8f9fa;
}

.empty-queue-message {
    opacity: 0.7;
}

.countdown-display {
    font-family: 'Courier New', monospace;
}

.token-number {
    color: var(--bs-primary);
    letter-spacing: 2px;
}

#action-type {
    max-width: 120px;
}

#time-minutes {
    max-width: 150px;
}

#pause-delay-input-container {
    transition: all 0.3s ease;
}

.profile-view {
    display: flex;
    align-items: center;
}

.profile-view .photo-preview {
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.profile-view .photo-preview img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-view .name {
    flex-grow: 1;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .profile-view {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        padding: 20px 0;
    }

    .profile-view .photo-preview {
        margin-bottom: 15px;
    }

    .profile-view .photo-preview img {
        width: 100px;
        height: 100px;
        border: 3px solid #fff;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .profile-view .name {
        margin-left: 0;
        margin-top: 0;
        flex-grow: 0;
        font-size: 1.2em;
        font-weight: 600;
    }
}
